home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Multiple Child Objects.dir / 00006_Frame 5 Script.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  80 b   |  9 lines

  1. on mouseDown
  2.   DoButton()
  3. end
  4.  
  5. on exitFrame
  6.   DoAnimation()
  7.   go(the frame)
  8. end
  9.